-
Notifications
You must be signed in to change notification settings - Fork 59
chore: remove trial versions for core examples repo #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
||
<script src="https://kendo.cdn.telerik.com/@kendoVersion/js/jquery.min.js"></script> | ||
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script> | ||
<script src="https://kendo.cdn.telerik.com/@kendoVersion/js/jszip.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<script src="https://kendo.cdn.telerik.com/@kendoVersion/js/jszip.min.js"></script> | |
<script src="https://unpkg.com/jszip/dist/jszip.min.js"></script> |
} | ||
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/7.0.1/default/default-ocean-blue.css"> | ||
<link href="https://kendo.cdn.telerik.com/themes/@themeVersion/default/default-ocean-blue.css" rel="stylesheet" type="text/css" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the reference to the JSZip library (<script src="https://unpkg.com/jszip/dist/jszip.min.js"></script>)
} | ||
<link rel="stylesheet" href="https://kendo.cdn.telerik.com/themes/7.0.2/default/default-ocean-blue.css"> | ||
<link href="https://kendo.cdn.telerik.com/themes/@themeVersion/default/default-ocean-blue.css" rel="stylesheet" type="text/css" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update the reference to the JSZip library (<script src="https://unpkg.com/jszip/dist/jszip.min.js"></script>)
closes https://github.com/telerik/kendo/issues/22791